home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p13-16 / 00158_Script_158 < prev    next >
Text File  |  1994-06-14  |  512b  |  23 lines

  1. -- P13 last step, first movie
  2. on exitFrame
  3.   -- restore normal mousedown handling
  4.   when mouseDown then nothing
  5.   cursor -1
  6.   
  7.   -- then clean up memory
  8.   global LastQT
  9.   set beforeQT = the name of cast ((the number of cast LastQT) -1)
  10.   unloadCast beforeQT, LastQT
  11.   
  12.   global NumFrames
  13.   set NumFrames = 26
  14.   
  15.   initAnnotations(30,2)
  16.   setAppearTime (1,2*60)
  17.   setAppearTime (2,2*60)
  18.  
  19.   
  20.   -- now preLoad the next movie
  21.   set LastQT = "P13S24"
  22.   preLoadCast the number of cast LastQT
  23. end